UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

13 lines (11 loc) 270 B
import React from 'react' import { ChannelLogin } from '@shopstack/cc-admin-lib' import _get from 'lodash/get' class ChannelLoginPage extends React.Component { render() { return ( <ChannelLogin {...this.props} /> ) } } export default ChannelLoginPage